* lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 6 Sep 2013 16:40:12 +0000 (20:40 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 6 Sep 2013 16:40:12 +0000 (20:40 +0400)
commitf7e6fa673bdee1e1acf9d2e24219ad0ea6992d70
tree447c2cb1a554e9ba5b6979d1397241b24da85603
parent6f5d87a8beef181d152d0400a2029bccd9382d1d
* lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
(last_glyphless_glyph_merged_face_id): Remove declarations.
* dispextern.h (merge_glyphless_glyph_face): Add prototype.
* xdisp.c (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
(last_glyphless_glyph_merged_face_id): Now static.
(merge_escape_glyph_face): New function, refactored from...
(get_next_display_element): ...here.
(merge_glyphless_glyph_face): New function, refactored from...
(produce_glyphless_glyph): ...here...
* term.c (produce_glyphless_glyph): ...and here.
src/ChangeLog
src/dispextern.h
src/lisp.h
src/term.c
src/xdisp.c